home *** CD-ROM | disk | FTP | other *** search
/ Champak 99 / (Vol 99) Jan 19 2010.iso / Games / balls.swf / scripts / frame_1 / PlaceObject2_20_51 / CLIPACTIONRECORD onClipEvent(load).as
Text File  |  2010-01-19  |  170b  |  8 lines

  1. onClipEvent(load){
  2.    title_text = "AlexHeaton.co.uk";
  3.    this.rollArea.onRelease = function()
  4.    {
  5.       getUrl("http://www.alexheaton.co.uk", "_blank");
  6.    };
  7. }
  8.